git push -f origin master
// if this don't work git pull origin FixForBug git push origin FixForBug // then, do this: git push -f origin FixForBug